Skip to content

Conversation

@sschneid
Copy link
Collaborator

>= 22.* is invalid syntax, cannot use wildcard in "greater than"

this was causing an error during make venv:

ERROR: Invalid requirement: 'gunicorn >= 22.*': .* suffix can only be used with `==` or `!=` operators
    gunicorn >= 22.*

`>= 22.*` is invalid syntax, cannot use wildcard in "greater than"

this was causing an error during `make venv`:

```
ERROR: Invalid requirement: 'gunicorn >= 22.*': .* suffix can only be used with `==` or `!=` operators
    gunicorn >= 22.*
```
@sschneid sschneid requested a review from sanjeevred November 20, 2025 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant